AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Executes a Query operation against DynamoDB, finding items that match the specified range element condition for a hash-and-range primary key.
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public virtual IEnumerable<T> Query( Object hashKeyValue, QueryOperator op, Object[] values )
Hash key of the items to query.
Operation of the condition.
Value(s) of the condition. For all operations except QueryOperator.Between, values should be one value. For QueryOperator.Betwee, values should be two values.
.NET Framework:
Supported in: 4.5 and newer, 3.5